home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 5 / Eagles_Nest_Mac_Collection_Disc_5.TOAST / 7th-College / LearnSpan#2 / English_Spanish II 1.05 / background_185983.txt < prev    next >
Text File  |  1990-03-27  |  5KB  |  219 lines

  1. -- background: 185983 from stack: in.05
  2. -- bmap block id: 197109
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on arrowKey direction
  8. end arrowKey
  9.  
  10.  
  11.  
  12. -- part 1 (button)
  13. -- low flags: 00
  14. -- high flags: 2004
  15. -- rect: left=403 top=18 right=119 bottom=504
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: To Help
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   --FlashStack Version
  27.   go card 3
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 3 (button)
  33. -- low flags: 00
  34. -- high flags: 0004
  35. -- rect: left=403 top=226 right=325 bottom=504
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: To Words
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   --FlashStack Version
  47.   global offset
  48.   go card firstGroup() + offset
  49. end mouseUp
  50.  
  51.  
  52.  
  53. -- part 2 (button)
  54. -- low flags: 00
  55. -- high flags: 0004
  56. -- rect: left=403 top=122 right=224 bottom=504
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: To Options
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   --FlashStack Version
  68.   go card 2
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 19 (field)
  74. -- low flags: 80
  75. -- high flags: 0002
  76. -- rect: left=7 top=3 right=16 bottom=182
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 0
  80. -- font id: 3
  81. -- text size: 9
  82. -- style flags: 0
  83. -- line height: 12
  84. -- part name: Setups
  85.  
  86.  
  87. -- part 27 (button)
  88. -- low flags: 80
  89. -- high flags: A002
  90. -- rect: left=200 top=2 right=16 bottom=248
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: Assign
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.  
  102.   --FlashStack Version checked
  103.  
  104.   global minA,maxA,minB,maxB,minC,maxC,minD,maxD
  105.   global totalNumOfCards, offSet
  106.  
  107.   put item 1 of bkgnd field 1 into totalNumOfCards
  108.   put 1 into minA
  109.   put item 2 of bkgnd field 1 into maxA
  110.   put (maxA + 1) into minB
  111.   put (maxA + (item 3 of bkgnd field 1)) into maxB
  112.   put (maxB + 1) into minC
  113.   put (maxB + (item 4 of bkgnd field 1)) into maxC
  114.   put (maxC + 1) into minD
  115.   put (maxC + (item 5 of bkgnd field 1)) into maxD
  116.   put item 6 of bkgnd field 1 into offSet
  117.  
  118. end mouseUp
  119.  
  120.  
  121.  
  122. -- part 29 (button)
  123. -- low flags: 80
  124. -- high flags: 8004
  125. -- rect: left=334 top=2 right=17 bottom=419
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 0 / 0
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: Build
  134. ----- HyperTalk script -----
  135. on mouseUp
  136.   --FLASHSTACK VERSION
  137.   global totalNumOfCards,offSet
  138.   set lockscreen to true
  139.   put 1 into cardNum
  140.   go card offSet + 1 --GO TO FIRST CARD
  141.   repeat for (totalNumOfCards - 1) times
  142.     add 1 to cardNum
  143.     doMenu "New Card"
  144.     put cardNum into bkgnd field "Index Number"
  145.   end repeat
  146.   set lockscreen to false
  147. end mouseUp
  148.  
  149.  
  150.  
  151. -- part 30 (button)
  152. -- low flags: 80
  153. -- high flags: A004
  154. -- rect: left=420 top=2 right=17 bottom=507
  155. -- title width / last selected line: 0
  156. -- icon id / first selected line: 0 / 0
  157. -- text alignment: 1
  158. -- font id: 0
  159. -- text size: 12
  160. -- style flags: 0
  161. -- line height: 16
  162. -- part name: Delete cards
  163. ----- HyperTalk script -----
  164. on mouseUp
  165.   global totalNumOfCards,offSet
  166.   set lockScreen to true
  167.   go card (offSet + 2)
  168.   repeat for (totalNumOfCards - 1) times
  169.     doMenu "delete Card"
  170.   end repeat
  171.   set lockScreen to false
  172.  
  173. end mouseUp
  174.  
  175.  
  176.  
  177. -- part 33 (button)
  178. -- low flags: 00
  179. -- high flags: 0000
  180. -- rect: left=479 top=328 right=340 bottom=491
  181. -- title width / last selected line: 0
  182. -- icon id / first selected line: 0 / 0
  183. -- text alignment: 1
  184. -- font id: 0
  185. -- text size: 12
  186. -- style flags: 0
  187. -- line height: 16
  188. -- part name: Show Setup
  189. ----- HyperTalk script -----
  190. on mouseUp
  191.   show bkgnd field "Setups"
  192.   show bkgnd button "Assign"
  193.   show bkgnd button "Build"
  194.   show bkgnd button "Delete Cards"
  195. end mouseUp
  196.  
  197.  
  198.  
  199. -- part 34 (button)
  200. -- low flags: 00
  201. -- high flags: 0000
  202. -- rect: left=492 top=328 right=340 bottom=504
  203. -- title width / last selected line: 0
  204. -- icon id / first selected line: 0 / 0
  205. -- text alignment: 1
  206. -- font id: 0
  207. -- text size: 12
  208. -- style flags: 0
  209. -- line height: 16
  210. -- part name: Hide Setup
  211. ----- HyperTalk script -----
  212. on mouseUp
  213.   hide bkgnd field "Setups"
  214.   hide bkgnd button "Assign"
  215.   hide bkgnd button "Build"
  216.   hide bkgnd button "Delete Cards"
  217. end mouseUp
  218.  
  219.